derelict_extras-glib ~master (2022-04-09T03:18:16.0133507)
Dub
Repo
_GPollFD
derelict
glib
gpoll
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
_GPollFD {
gint
fd
;
gushort
events
;
gushort
revents
;
}
Members
Variables
events
gushort
events
;
Undocumented in source.
fd
gint
fd
;
Undocumented in source.
revents
gushort
revents
;
Undocumented in source.
Meta
Source
See Implementation
derelict
glib
gpoll
aliases
GPollFD
GPollFunc
da_g_poll
functions
g_poll
structs
_GPollFD